Click or drag to resize

SipClientReinvite Method (Dialog, String, String)

Changes characteristics of the existing session.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Reinvite(
	Dialog dialog,
	string body,
	string contentType
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents media session.
body
Type: SystemString
A string contains session description.
contentType
Type: SystemString
Content type of the body.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also